GrapeCity ActiveReports for .NET 16.0J
Listen<TModel,TValue>(TModel,Expression<Func<TModel,TValue>>,Action) メソッド

GrapeCity.Viewer.Common.Model 名前空間 > ActiveModelListenExtensions クラス > Listen メソッド : Listen<TModel,TValue>(TModel,Expression<Func<TModel,TValue>>,Action) メソッド
特定のプロパティの変更に対して特定のアクションを実行します。
シンタックス
'宣言
 
Public Overloads Shared Function Listen
    (Of TModel As INotifyPropertyChanged,
     TValue)( _
   ByVal model As TModel, _
   ByVal getter1 As Expression(Of Func(Of TModel,TValue)), _
   ByVal action As Action _
) As IDisposable

パラメータ

model
getter1
action

型パラメータ

TModel
TValue

戻り値の型

Disposeでイベントのサブスクライブを解除するIDisposableインスタンス。
参照

ActiveModelListenExtensions クラス
ActiveModelListenExtensions メンバ
オーバーロード一覧